curl --request POST \
--url https://api-lr.agent.ai/v1/action/aeo_seo_research_generate_research_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"output_variable_name": "seo_research",
"research_depth": "standard",
"website_url": "<string>",
"optimization_focus": "balanced"
}
'{
"status": 123,
"response": {}
}Generates comprehensive AEO & SEO research for a given topic, including keyword opportunities, AI citation gaps, competitor landscape, and content recommendations.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/aeo_seo_research_generate_research_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"output_variable_name": "seo_research",
"research_depth": "standard",
"website_url": "<string>",
"optimization_focus": "balanced"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Variable name for the result.
^[a-zA-Z][a-zA-Z0-9_]*$standard, deep seo_focused, aeo_focused, balanced